home *** CD-ROM | disk | FTP | other *** search
/ Directorty Opus 5 - Magellan 2 / Opus 5 - Magellan 2.iso / Extras / compare_source / source / compare.module.cd < prev    next >
Text File  |  1996-10-03  |  2KB  |  90 lines

  1. ; ************************************************* 
  2. ; Catalog description file for compare.module
  3. ; ************************************************* 
  4. ;
  5. ; This is the title for requesters
  6. MSG_TITLE (1000//)
  7. Compare
  8. ;
  9. ; This is the title for the progress window
  10. MSG_PROGTITLE (//)
  11. Comparing files...
  12. ;
  13. ; The description line displayed in the list of commands
  14. MSG_COMPARE_DESC (//)
  15. Compare the contents of two files
  16. ;
  17. MSG_OK_GAD (//)
  18. OK
  19. ;
  20. MSG_VERSREQ_FMT (//)
  21. Error: dopus5.library version %u or higher required.
  22. ;
  23. ; There are various sanity checks in the program which may catch a bug in the code
  24. ; itself. When one of these checks fails a requester appears with the string below.
  25. MSG_INTERNAL_ERROR (//)
  26. Internal error!
  27. ;
  28. MSG_EXAMFAIL (//)
  29. Error: Couldn't examine file.
  30. ;
  31. MSG_OPENFAIL (//)
  32. Error: Couldn't open file.
  33. ;
  34. MSG_READFAIL (//)
  35. Error: Couldn't read file.
  36. ;
  37. MSG_DIFFSIZES_FMT (//)
  38. Warning: Files are different sizes.\nOnly the first %ld bytes will be compared.
  39. ;
  40. ; This message reports the number of bytes which are different.
  41. ; This is only shown when there are more than TWO differences (PLURAL FORM).
  42. MSG_NUMDIFFSP_FMT (//)
  43. There were %ld differences.
  44. ;
  45. ; As above, but when exactly one byte is different.
  46. MSG_NUMDIFFS1_FMT (//)
  47. There was %ld difference.
  48. ;
  49. ; As above, but when there were no differences.
  50. MSG_NUMDIFFS0 (//)
  51. There were no differences.
  52. ;
  53. ; These are like those above but shown in the progress window during the compare.
  54. ; The %s is replaced with the name of the second file.
  55. MSG_DIFFPROGP_FMT (//)
  56. %s; %ld differences...
  57. ;
  58. MSG_DIFFPROG1_FMT (//)
  59. %s; %ld difference...
  60. ;
  61. MSG_DIFFPROG0_FMT (//)
  62. %s; %ld differences...
  63. ;
  64. MSG_OUTOFMEM (//)
  65. Error: Out of memory.
  66. ;
  67. MSG_DISPLAY_GAD (//)
  68. Display
  69. ;
  70. MSG_NODISPLAY_GAD (//)
  71. Don't Display
  72. ;
  73. ; This string should not be longer than 30 characters.
  74. MSG_GENERATING (//30)
  75. Generating report...
  76. ;
  77. MSG_ERRWRITE (//)
  78. Couldn't write report.\n(Probably out of memory)
  79. ;
  80. ; This string is used to identify which file is on which side of the
  81. ; report's output. The first %s is replaced with the name of the left-hand
  82. ; file while the second is replaced with that of the right-hand file.
  83. ; You should make them the "Left:" and "Right:" strings the same length (pad
  84. ; with spaces on the left if you need to) for the best results.
  85. MSG_LEFTRIGHT (//)
  86.  Left: %s\nRight: %s\n\n
  87. ;
  88. MSG_CMPBUFFAIL (//)
  89. Error: Couldn't allocate comparison buffers.
  90.